sequential searchの例文
もっと例文: 1 2
- Rather only a sequential search is performed, which takes O ( N ) time.
- Alternatively, the problem can be solved by performing a binary search or sequential search for the smallest such that the subgraph of edges of weight at most has a Hamiltonian cycle.
- A published document by Dr . Douglas Comer, professor at Purdue, concluded " contrary to the evidence exhibited by the designer of Ratfor, sequential search is often inadequate for production software.
- In order to find the value associated with a given key, a sequential search is used : each element of the list is searched in turn, starting at the head, until the key is found.
- If there are few enough different pieces of routing information associated with a chunk, the chunk just stores the list of these routes, and searches through them by a single step of binary search followed by a sequential search.